home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr01 / zapcode.zip / EPFX.PMF < prev    next >
Text File  |  1993-01-01  |  10KB  |  349 lines

  1. ;---------------------------------------;
  2. ;  ZAPCODE Printer Make File (PMF)      ;
  3. ;  for the Epson FX Series of printers. ;
  4. ;                                       ;
  5. ;  (C) Copyright 1990 Robert L. Morton  ;
  6. ;  All Rights Reserved                  ;
  7. ;---------------------------------------;
  8.  
  9. PRINTER  =  "Epson FX Series"
  10. RESET    =  27,64
  11.  
  12. NAME     =  "Line Feed"
  13.   DESC   =  "Advance paper to the next line."
  14.   CODES  =  10
  15.  
  16. NAME     =  "Form Feed"
  17.   DESC   =  "Advance paper to the top of the"
  18.             "next page."
  19.   CODES  =  12
  20.  
  21. NAME     =  "Clear Printer Buffer"
  22.   DESC   =  "Clear all data from printer"
  23.             "buffer."
  24.   CODES  =  24
  25.  
  26. NAME     =  "High Speed Draft ON"
  27.   DESC   =  "Activate high speed draft printing."
  28.             "Use HSD for printing drafts and"
  29.             "documents that you want to print"
  30.             "quickly."
  31.   CODES  =  27,40,0,0
  32.  
  33. NAME     =  "High Speed Draft OFF"
  34.   DESC   =  "Deactivate high speed draft"
  35.             "printing."
  36.   CODES  =  27,40,1
  37.  
  38. NAME     =  "Select NLQ Print"
  39.   DESC   =  "Activate Near Letter Quality (NLQ)"
  40.             "printing. Characters printed in NLQ"
  41.             "are crisper and more like the"
  42.             "characters produced by a type-"
  43.             "writer."
  44.   CODES  =  27,120,1
  45.  
  46. NAME     =  "Select Utility Quality Print"
  47.   DESC   =  "Activate Utility Quality printing."
  48.             "Use Utility for printing drafts and"
  49.             "other documents that you want to"
  50.             "print quickly."
  51.   CODES  =  27,120,0,0
  52.  
  53. NAME     =  "Print Courier"
  54.   DESC   =  "Activate Courier typeface."
  55.   CODES  =  27,107,0,0
  56.  
  57. NAME     =  "Print Sans Serif"
  58.   DESC   =  "Activate Sans Serif typeface."
  59.   CODES  =  27,107,1
  60.  
  61. NAME     =  "Select 10 CPI"
  62.   DESC   =  "Activate 10 characters per inch"
  63.             "(cpi) printing."
  64.   CODES  =  27,80
  65.  
  66. NAME     =  "Select 12 CPI"
  67.   DESC   =  "Activate 12 characters per inch"
  68.             "(cpi) printing."
  69.   CODES  =  27,77
  70.  
  71. NAME     =  "Double Width ON"
  72.   DESC   =  "Activate double width print."
  73.             "Characters are printed twice their"
  74.             "normal width."
  75.   CODES  =  27,87,1
  76.  
  77. NAME     =  "Double Width OFF"
  78.   DESC   =  "Deactivate double width print."
  79.             "Characters are printed their normal"
  80.             "width."
  81.   CODES  =  27,87,0,0
  82.  
  83. NAME     =  "Double Height ON"
  84.   DESC   =  "Activate double height print."
  85.             "Characters are printed twice their"
  86.             "normal height."
  87.   CODES  =  27,119,1
  88.  
  89. NAME     =  "Double Height OFF"
  90.   DESC   =  "Deactivate double height print."
  91.             "Characters are printed their normal"
  92.             "height."
  93.   CODES  =  27,119,0,0
  94.  
  95. NAME     =  "Emphasized ON"
  96.   DESC   =  "Activate emphasized print."
  97.             "Characters are printed twice. The"
  98.             "second time, character is offset"
  99.             "horizontally."
  100.   CODES  =  27,69
  101.  
  102. NAME     =  "Emphasized OFF"
  103.   DESC   =  "Deactivate emphasized print."
  104.   CODES  =  27,70
  105.  
  106. NAME     =  "Enhanced ON"
  107.   DESC   =  "Activate enhanced print."
  108.             "Characters are printed twice. The"
  109.             "second time, character is offset"
  110.             "vertically."
  111.   CODES  =  27,71
  112.  
  113. NAME     =  "Enhanced OFF"
  114.   DESC   =  "Deactivate enhanced print."
  115.   CODES  =  27,72
  116.  
  117. NAME     =  "Compressed ON"
  118.   DESC   =  "Activate compressed print. If"
  119.             "pitch is 10 cpi, compressed will"
  120.             "produce 17.1 cpi. If pitch is 12"
  121.             "cpi, compressed will produce 20"
  122.             "cpi."
  123.   CODES  =  15
  124.  
  125. NAME     =  "Compressed OFF"
  126.   DESC   =  "Deactivate compressed print."
  127.   CODES  =  18
  128.  
  129. NAME     =  "Superscript ON"
  130.   DESC   =  "Activate superscript print."
  131.             "Characters are printed at an offset"
  132.             "above the normal print line."
  133.   CODES  =  27,83,0,0
  134.  
  135. NAME     =  "Superscript OFF"
  136.   DESC   =  "Deactivate superscript print."
  137.   CODES  =  27,84
  138.  
  139. NAME     =  "Subscript ON"
  140.   DESC   =  "Activate subscript print."
  141.             "Characters are printed at an offset"
  142.             "below the normal print line."
  143.   CODES  =  27,83,1
  144.  
  145. NAME     =  "Subscript OFF"
  146.   DESC   =  "Deactivate subscript print."
  147.   CODES  =  27,84
  148.  
  149. NAME     =  "Italics ON"
  150.   DESC   =  "Activate italics print. Characters"
  151.             "are slanted to the right."
  152.   CODES  =  27,52
  153.  
  154. NAME     =  "Italics OFF"
  155.   DESC   =  "Deactivate italics print."
  156.   CODES  =  27,53
  157.  
  158. NAME     =  "Underline ON"
  159.   DESC   =  "Activate underline print."
  160.             "Characters, including the space,"
  161.             "are underscored."
  162.   CODES  =  27,45,1
  163.  
  164. NAME     =  "Underline OFF"
  165.   DESC   =  "Deactivate underline print."
  166.   CODES  =  27,45,0,0
  167.  
  168. NAME     =  "Proportional Spacing ON"
  169.   DESC   =  "Activate proportional spacing."
  170.             "Spacing between letters is adjusted"
  171.             "to compensate for the varying"
  172.             "widths of individual characters."
  173.   CODES  =  27,112,1
  174.  
  175. NAME     =  "Proportional Spacing OFF"
  176.   DESC   =  "Deactivate proportional spacing."
  177.   CODES  =  27,112,0,0
  178.  
  179. NAME     =  "Print Half Speed"
  180.   DESC   =  "Print in half speed. Half speed is"
  181.             "quieter than full speed."
  182.   CODES  =  27,115,1
  183.  
  184. NAME     =  "Print Full Speed"
  185.   DESC   =  "Print in full speed."
  186.   CODES  =  27,115,0,0
  187.  
  188. NAME     =  "Print Unidirectional"
  189.   DESC   =  "Print from left to right only."
  190.   CODES  =  27,85,1
  191.  
  192. NAME     =  "Print Bidirectional"
  193.   DESC   =  "Print from both left to right and"
  194.             "right to left."
  195.   CODES  =  27,85,0,0
  196.  
  197. NAME     =  "Paper-Out Sensor ON"
  198.   DESC   =  "Activate paper-out sensor."
  199.             "Printer will alarm when paper is"
  200.             "out."
  201.   CODES  =  27,57
  202.  
  203. NAME     =  "Paper-Out Sensor OFF"
  204.   DESC   =  "Deactivate paper-out sensor."
  205.             "Printer ignores paper-out condition"
  206.             "and continues printing."
  207.   CODES  =  27,56
  208.  
  209. NAME     =  "Print Suppress Mode ON"
  210.   DESC   =  "Activate print suppress mode."
  211.             "Printer will ignore all data sent"
  212.             "to it."
  213.   CODES  =  19
  214.  
  215. NAME     =  "Print Suppress Mode OFF"
  216.   DESC   =  "Deactivate print suppress mode."
  217.   CODES  =  17
  218.  
  219. NAME     =  "Set Character Spacing"
  220.   DESC   =  "Set the amount of space to the"
  221.             "right of each character."
  222.   CODES  =  27,32,0
  223.             "Enter number of dots per inch (dpi)"
  224.             "to space to the right of each"
  225.             "character."
  226.             " "
  227.             "Range: 0 to 127 decimal."
  228.             " "
  229.             "Example: Entering 25 (decimal)"
  230.             "would space 25 dpi to the right"
  231.             "of each character."
  232.             0
  233.  
  234. NAME     =  "Set Line Spacing 1/8"""
  235.   DESC   =  "Set line spacing to 1/8 of an inch."
  236.   CODES  =  27,48
  237.  
  238. NAME     =  "Set Line Spacing 7/72"""
  239.   DESC   =  "Set line spacing to 7/72 of an"
  240.             "inch."
  241.   CODES  =  27,49
  242.  
  243. NAME     =  "Set Line Spacing 1/6"""
  244.   DESC   =  "Set line spacing to 1/6 of an inch."
  245.   CODES  =  27,50
  246.  
  247. NAME     =  "Set Line Spacing n/216"""
  248.   DESC   =  "Set line spacing in any increment"
  249.             "of 216ths of an inch."
  250.   CODES  =  27,51,0
  251.             "Enter new line spacing in"
  252.             "increments of 216ths of an inch."
  253.             " "
  254.             "Range: 0 to 255 decimal."
  255.             " "
  256.             "Example: Entering 108 (decimal)"
  257.             "would set line spacing at 108/216""."
  258.             0
  259.  
  260. NAME     =  "Set Form Length In Inches"
  261.   DESC   =  "Set the current form length in"
  262.             "inches."
  263.   CODES  =  27,67,0,0,0
  264.             "Enter number of inches to set the"
  265.             "current form length."
  266.             " "
  267.             "Range: 1 to 22 decimal."
  268.             " "
  269.             "Example: Entering 11 (decimal)"
  270.             "would set the current form length"
  271.             "to 11 inches."
  272.             0
  273.  
  274. NAME     =  "Set Form Length In Lines"
  275.   DESC   =  "Set the current form length in"
  276.             "lines."
  277.   CODES  =  27,67,0
  278.             "Enter number of lines to set the"
  279.             "current form length."
  280.             " "
  281.             "Range: 1 to 127 decimal."
  282.             " "
  283.             "Example: Entering 68 (decimal)"
  284.             "would set the current form length"
  285.             "to 68 lines."
  286.             0
  287.  
  288. NAME     =  "Set Perforation Skip Distance"
  289.   DESC   =  "Set the distance the printer should"
  290.             "skip when the perforation is"
  291.             "encountered."
  292.   CODES  =  27,78,0
  293.             "Enter number of lines to skip when"
  294.             "perforation is encountered."
  295.             " "
  296.             "Range: 1 to 127 decimal."
  297.             " "
  298.             "Example: Entering 18 (decimal)"
  299.             "would cause printer to skip 18"
  300.             "lines when perforation is"
  301.             "encountered."
  302.             0
  303.  
  304. NAME     =  "Set Left Margin"
  305.   DESC   =  "Set the left margin."
  306.   CODES  =  27,108,0
  307.             "Enter character column position in"
  308.             "which to set the left margin."
  309.             " "
  310.             "Range: 0 to 254 decimal."
  311.             " "
  312.             "Example: Entering 15 (decimal)"
  313.             "while printer is in 10 cpi, would"
  314.             "set the left margin at 1 1/2""."
  315.             0
  316.  
  317. NAME     =  "Set Right Margin"
  318.   DESC   =  "Set the right margin."
  319.   CODES  =  27,81,0
  320.             "Enter character column position in"
  321.             "which to set the right margin."
  322.             " "
  323.             "Range: 1 to 255 decimal."
  324.             " "
  325.             "Example: Entering 80 (decimal)"
  326.             "while printer is in 10 cpi, would"
  327.             "set right margin at 8""."
  328.             0
  329.  
  330. NAME     =  "Set Justification"
  331.   DESC   =  "Set the type of text alignment to"
  332.             "be used."
  333.   CODES  =  27,97,0
  334.             "Enter one of the following to"
  335.             "select type of justification:"
  336.             " "
  337.             "0 to justify left."
  338.             "1 to justify center."
  339.             "2 to justify right."
  340.             "3 to justify left & right."
  341.             " "
  342.             "The above values are in decimal."
  343.             " "
  344.             "Example: Entering 2 (decimal) would"
  345.             "set justification to the right."
  346.             0
  347.  
  348.  
  349.